[adm 6] Restore component data and event binding authoring - #210
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #121
Parent roadmap: #115
Summary
Restores first-class contextual component binding authoring without moving execution or owning metadata into Studio.
/ankh/bindings/:nodeId, separate from Properties;manifest.dataBindingsthrough the existing Studio manifest mutation/persistence path;manifest.dataSourcesoperation model;Ownership
No Contracts, Runtime, or ZORA release was required after the owner audit.
Validation
Functional validation on the completed code passed with Bun 1.3.13:
bun run build✅bun run test✅bun run typecheck✅The targeted coverage includes metadata-driven prop/event resolution, all four property source kinds, action and operation event targets, external/generated operation enumeration, request/response schema handling, diagnostics, contextual routing/AppBar behavior, and manifest persistence round-trip.
Per our agreed workflow, the final branch has not had the lint/format/Knip cleanup pass applied yet; that will be done on this PR before final acceptance review.
Merge note
The branch contains transport commits from connector-based implementation. Please use Squash & Merge once final CI and architecture review are green.